C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / SupplementaryViewDisplayingEnded Method

In This Topic
SupplementaryViewDisplayingEnded Method
In This Topic
Syntax
'Declaration
 
Public Overridable Sub SupplementaryViewDisplayingEnded( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal view As UIKit.UICollectionReusableView, _
   ByVal elementKind As Foundation.NSString, _
   ByVal indexPath As Foundation.NSIndexPath _
) 
 

Parameters

collectionView
view
elementKind
indexPath
See Also